home *** CD-ROM | disk | FTP | other *** search
- #include <osbind.h>
-
- main()
- {
- long ssp;
-
- ssp = Super(0L);
-
- /* the following sets up for two "real" drives. if you have only 1 */
- /* drive, simply change the #2 to #1 in the move.w instruction below */
- asm {
- move.w #2,0x4a6 /* nflops=2 */
- ori.l #3,0x4c2 /* drvmap|=3 */
- }
- Super(ssp);
- }
-